loginresponse
Class Response

java.lang.Object
  extended by loginresponse.Response

public class Response
extends java.lang.Object


Field Summary
protected  java.util.List<java.lang.Object> successOrFailure
           
 
Constructor Summary
Response()
           
 
Method Summary
 java.util.List<java.lang.Object> getSuccessOrFailure()
          Gets the value of the successOrFailure property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

successOrFailure

protected java.util.List<java.lang.Object> successOrFailure
Constructor Detail

Response

public Response()
Method Detail

getSuccessOrFailure

public java.util.List<java.lang.Object> getSuccessOrFailure()
Gets the value of the successOrFailure property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the successOrFailure property.

For example, to add a new item, do as follows:

    getSuccessOrFailure().add(newItem);
 

Objects of the following type(s) are allowed in the list Success Failure